The OpenD Programming Language

ssytrs_3_

Solves a real symmetric indefinite system of linear equations AX=B, using the factorization computed by SSPTRF_RK.

extern (C) pure nothrow @nogc
void
ssytrs_3_
(
ref const char uplo
,
ref const lapackint n
,
ref const lapackint nrhs
,
const(float)* a
,
ref const lapackint lda
,
const(float)* e
,
const(lapackint)* ipiv
,
float* b
,
ref const lapackint ldb
,)

Meta