MyraMath
Public Attributes | List of all members
myra::LDLSwaps< Number > Class Template Reference

Return type of sytrf_inplace() and hetrf_inplace(), holds pivoting metadata. More...

#include <LDLSwaps.h>

Public Attributes

std::vector< int > P_swaps
 
std::vector< int > Q_swaps
 
PivotMatrix< Number > R
 
int n_plus
 
int n_minus
 

Detailed Description

template<class Number>
class myra::LDLSwaps< Number >

Return type of sytrf_inplace() and hetrf_inplace(), holds pivoting metadata.


The documentation for this class was generated from the following file: