Class template Dune::XT::LA::internal::LDLTSolver

template<class FirstVectorType, class SecondVectorType, class RhsType>
class Dune::XT::LA::internal::LDLTSolver

No documentation provided.

static void Dune::XT::LA::internal::LDLTSolver::tridiagonal_ldlt(FirstVectorType &diag, SecondVectorType &subdiag)

No documentation provided.

static void Dune::XT::LA::internal::LDLTSolver::solve_tridiagonal_ldlt_factorized(const FirstVectorType &diag, const SecondVectorType &subdiag, RhsType &rhs)

No documentation provided.

const bool Dune::XT::LA::internal::LDLTSolver::is_row_major

No documentation provided.

const bool Dune::XT::LA::internal::LDLTSolver::is_col_major

No documentation provided.

const bool Dune::XT::LA::internal::LDLTSolver::is_contiguous

No documentation provided.

const bool Dune::XT::LA::internal::LDLTSolver::only_set_nonzero

No documentation provided.

type Dune::XT::LA::internal::LDLTSolver::M

No documentation provided.

type Dune::XT::LA::internal::LDLTSolver::V

No documentation provided.

type Dune::XT::LA::internal::LDLTSolver::V1

No documentation provided.

type Dune::XT::LA::internal::LDLTSolver::V2

No documentation provided.

type Dune::XT::LA::internal::LDLTSolver::ScalarType

No documentation provided.