ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
solve equation system via cholesky factorization (?potrs)
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Native
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
void cpotrs( char uplo, int n, int nrhs, fcomplex* A, int lda, fcomplex* B, int ldb, ref int info )
Parameters
- uplo
- Type: SystemChar
- n
- Type: SystemInt32
- nrhs
- Type: SystemInt32
- A
- Type: ILNumericsfcomplex*
- lda
- Type: SystemInt32
- B
- Type: ILNumericsfcomplex*
- ldb
- Type: SystemInt32
- info
- Type: SystemInt32
Remarks
[ILNumerics Core Module]
See Also