Functions
Matrix Rectangular/Normed
Topic
Functions
Bool
IsMatrixRectangular
(const
Matrix
&m)
Bool
IsMatrixNormed
(const
Matrix
&m)
Detailed Description
Function Documentation
◆
IsMatrixRectangular()
Bool
cineware::IsMatrixRectangular
(
const
Matrix
&
m
)
Checks if a matrix is rectangular.
Parameters
[in]
m
The matrix to check.
Returns
true
if the passed matrix is rectangular, otherwise
false
.
◆
IsMatrixNormed()
Bool
cineware::IsMatrixNormed
(
const
Matrix
&
m
)
Checks if a matrix is normed.
Parameters
[in]
m
The matrix to check.
Returns
true
if the passed matrix is normed, otherwise
false
.
Copyright © 2020 MAXON Computer GmbH. Visit
developers.maxon.net
for the latest version. Last updated on Mon May 4 2020