#include <MatrixFactory.hpp>
◆ MatrixFactory()
MatrixFactory::MatrixFactory |
( |
| ) |
|
◆ ~MatrixFactory()
MatrixFactory::~MatrixFactory |
( |
| ) |
|
|
virtual |
◆ createMatrixSquare()
Create a Matrix similar to the input one with a given row number
- Returns
- Pointer to the newly created AMatrix matrix
- Parameters
-
[in] | x | First AMatrix matrix |
[in] | nrow | Number of rows |
TODO : use typeinfo
◆ createReduce()
◆ matNorm()
Performs the norm product of matrix V by matrix X: t(Y) * X * Y
- Returns
- Pointer to the newly created AMatrix matrix
- Parameters
-
◆ matProduct()
TODO : Use smartpointer.
Performs the product of two matrices: X * Y
- Returns
- Pointer to the newly created AMatrix matrix
- Parameters
-
TODO : use typeinfo
The documentation for this class was generated from the following files: