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

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

No documentation provided.

Method Dune::XT::LA::internal::LDLTSolver::tridiagonal_ldlt

template<class FirstVectorType, class SecondVectorType, class RhsType>
static void Dune::XT::LA::internal::LDLTSolver<FirstVectorType, SecondVectorType, RhsType>::tridiagonal_ldlt(FirstVectorType &diag, SecondVectorType &subdiag)

No documentation provided.

Method Dune::XT::LA::internal::LDLTSolver::solve_tridiagonal_ldlt_factorized

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

No documentation provided.

Variable Dune::XT::LA::internal::LDLTSolver::is_row_major

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

No documentation provided.

Variable Dune::XT::LA::internal::LDLTSolver::is_col_major

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

No documentation provided.

Variable Dune::XT::LA::internal::LDLTSolver::is_contiguous

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

No documentation provided.

Variable Dune::XT::LA::internal::LDLTSolver::only_set_nonzero

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

No documentation provided.

Type alias Dune::XT::LA::internal::LDLTSolver::M

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

No documentation provided.

Type alias Dune::XT::LA::internal::LDLTSolver::V

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

No documentation provided.

Type alias Dune::XT::LA::internal::LDLTSolver::V1

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

No documentation provided.

Type alias Dune::XT::LA::internal::LDLTSolver::V2

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

No documentation provided.

Type alias Dune::XT::LA::internal::LDLTSolver::ScalarType

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

No documentation provided.