Linear Algebra  arduino
Accessible implementations of linear algebra algorithms
Modules | Classes
Matrices and vectors

Detailed Description

Matrix and vector containers.

+ Collaboration diagram for Matrices and vectors:

Modules

 Matrix and vector operations
 Matrix and vector operations, such as addition, multiplication, cross products, transposition ...
 

Classes

class  Matrix
 General matrix class. More...
 
class  Vector
 A column vector (n×1 matrix). More...
 
class  RowVector
 A row vector (1×n matrix). More...
 
class  SquareMatrix
 Square matrix class. More...
 
class  PermutationMatrix
 Class that represents matrices that permute the rows or columns of other matrices. More...