STK++ 1.0
STK_LinAlgebra2D.cpp File Reference

Implement Linear Algebra methods with Real for two dimensional containers. More...

#include "../include/STK_LinAlgebra2D.h"
Include dependency graph for STK_LinAlgebra2D.cpp:

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)

Detailed Description

Implement Linear Algebra methods with Real for two dimensional containers.

Definition in file STK_LinAlgebra2D.cpp.