|
Scalar & | coeff (Index i, Index j) |
|
const Scalar & | coeff (Index i, Index j) const |
|
Scalar * | col_pointer (Index k) |
|
void | compress_permutation () |
|
void | compute_pointer () |
|
template<typename Derived > |
void | copy_data (const Eigen::MatrixBase< Derived > &mat, int uplo, const RealScalar &shift) |
|
Scalar & | diag_coeff (Index i) |
|
const Scalar & | diag_coeff (Index i) const |
|
RealScalar | find_lambda (Index k, Index &r) |
|
RealScalar | find_sigma (Index k, Index r, Index &p) |
|
CompInfo | gaussian_elimination_1x1 (Index k) |
|
CompInfo | gaussian_elimination_2x2 (Index k) |
|
void | interchange_rows (Index r1, Index r2, Index c1, Index c2) |
|
void | inverse_inplace_2x2 (Scalar &e11, Scalar &e21, Scalar &e22) const |
|
bool | permutate_mat (Index k, const RealScalar &alpha) |
|
void | pivoting_1x1 (Index k, Index r) |
|
void | pivoting_2x2 (Index k, Index r, Index p) |
|
void | solve_inplace_2x2 (const Scalar &e11, const Scalar &e21, const Scalar &e22, Scalar &b1, Scalar &b2) const |
|
void | solve_left_2x2 (const Scalar &e11, const Scalar &e21, const Scalar &e22, const MapVec &c1, const MapVec &c2, Eigen::Matrix< Scalar, Eigen::Dynamic, 2 > &x) const |
|
template<typename Scalar = double>
class Spectra::BKLDLT< Scalar >
Definition at line 65 of file BKLDLT.h.