Template parameters:
- RowsColsA Defines the matrix dimensions
- InputType Input data type
- OutputType Output data type
- TRAITS Cholesky traits class
Arguments:
- matrixAStrm Stream of Square Hermitian/symmetric positive definite input matrix
- matrixLStrm Stream of Lower or upper triangular output matrix
Return Values:
- 0: Success.
- 1: Failure. The function attempted to find the square root of a negative number, that is, the input matrix A was not Hermitian/symmetric positive definite.