![]() |
NEURON
|
Go to the source code of this file.
Macros | |
| #define | spINSIDE_SPARSE |
Functions | |
| void | spSolve (char *eMatrix, RealVector RHS, RealVector Solution, std::optional< RealVector > iRHS, std::optional< RealVector > iSolution) |
| void | spSolveTransposed (char *eMatrix, RealVector RHS, RealVector Solution, std::optional< RealVector > iRHS, std::optional< RealVector > iSolution) |
| #define spINSIDE_SPARSE |
Definition at line 44 of file spsolve.cpp.
| void spSolve | ( | char * | eMatrix, |
| RealVector | RHS, | ||
| RealVector | Solution, | ||
| std::optional< RealVector > | iRHS, | ||
| std::optional< RealVector > | iSolution | ||
| ) |
Definition at line 104 of file spsolve.cpp.
| void spSolveTransposed | ( | char * | eMatrix, |
| RealVector | RHS, | ||
| RealVector | Solution, | ||
| std::optional< RealVector > | iRHS, | ||
| std::optional< RealVector > | iSolution | ||
| ) |
Definition at line 225 of file spsolve.cpp.