Create a lower triangular matrix from input array.
More...
Create a lower triangular matrix from input array.
=======================================================================
§ af_lower()
- Parameters
-
[out] | out | is the lower traingle matrix |
[in] | in | is the input matrix |
[in] | is_unit_diag | is a boolean parameter specifying if the diagonal elements should be 1 |
§ lower()
- Parameters
-
[in] | in | is the input matrix |
[in] | is_unit_diag | is a boolean parameter specifying if the diagonal elements should be 1 |
- Returns
- the lower triangle array
- Examples:
- lin_algebra/lu.cpp.