bug fixes in pimathmatrix and begin of docs in pimathvector
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
/**
|
||||
* @brief Constructor that calls the private resize method
|
||||
*
|
||||
* @return identitied matrix of type PIMathMatrixT
|
||||
* @return resized matrix of type PIMathMatrixT
|
||||
*/
|
||||
PIMathMatrixT() { resize(Rows, Cols); }
|
||||
|
||||
@@ -100,7 +100,7 @@ public:
|
||||
* @brief Constructor that calls the private resize method
|
||||
*
|
||||
* @param val is the PIVector with which the matrix is filled
|
||||
* @return identitied matrix of type PIMathMatrixT
|
||||
* @return resized matrix of type PIMathMatrixT
|
||||
*/
|
||||
PIMathMatrixT(const PIVector<Type> &val) {
|
||||
resize(Rows, Cols);
|
||||
|
||||
Reference in New Issue
Block a user