|
STK++ 1.0
|
Implement Linear Algebra methods with Real for two dimensional containers. More...
#include "../include/STK_LinAlgebra2D.h"
Go to the source code of this file.
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
Functions | |
| Real | STK::trace (MatrixSquare const &A) |
| Compute the trace of a square Matrix. | |
| Vector * | STK::multLeftTranspose (Matrix const &A, Vector const &X) |
Implement Linear Algebra methods with Real for two dimensional containers.
Definition in file STK_LinAlgebra2D.cpp.