Matrix Rectangular/Normed

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]mThe 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]mThe matrix to check.
Returns
true if the passed matrix is normed, otherwise false.