|
FflasFfpack
|
#include "fflas-ffpack/utils/fflas_io.h"Namespaces | |
| FFPACK | |
| Finite Field PACK Set of elimination based routines for dense linear algebra. | |
Macros | |
| #define | __FFLASFFPACK_ffpack_ftrstr_INL |
Functions | |
| template<class Field > | |
| void | ftrstr (const Field &F, const FFLAS::FFLAS_SIDE side, const FFLAS::FFLAS_UPLO Uplo, const FFLAS::FFLAS_DIAG diagA, const FFLAS::FFLAS_DIAG diagB, const size_t N, typename Field::ConstElement_ptr A, const size_t lda, typename Field::Element_ptr B, const size_t ldb, const size_t threshold=__FFLASFFPACK_FTRSTR_THRESHOLD) |
| Solve a triangular system with a triangular right hand side of the same shape. More... | |
| #define __FFLASFFPACK_ffpack_ftrstr_INL |