The OpenD Programming Language

sgttrf_

Computes an LU factorization of a general tridiagonal matrix, using partial pivoting with row interchanges.

extern (C) pure nothrow @nogc
void
sgttrf_
(,
float* dl
,
float* d
,
float* du
,
float* du2
,,)

Meta