NEURON
ocmatrix.h File Reference
#include <memory>
#include <utility>
#include <vector>
#include <Eigen/Eigen>
#include <Eigen/Sparse>
#include <Eigen/LU>

Go to the source code of this file.

Classes

class  OcMatrix
 
class  OcFullMatrix
 
class  OcSparseMatrix
 

Typedefs

using Matrix = OcMatrix
 
using Vect = IvocVect
 

Functions

Matrixmatrix_arg (int)
 

Typedef Documentation

◆ Matrix

using Matrix = OcMatrix

Definition at line 14 of file ocmatrix.h.

◆ Vect

using Vect = IvocVect

Definition at line 16 of file ocmatrix.h.

Function Documentation

◆ matrix_arg()

Matrix* matrix_arg ( int  i)

Definition at line 33 of file matrix.cpp.