linear-library
Loading...
Searching...
No Matches
Classes | Functions
LinearAlgebra Namespace Reference

Classes

class  DecomposeLU
 LU decomposition with partial pivoting. More...
 
class  FlatMatrix
 Examples: More...
 
class  LU
 LU decomposition with partial pivoting. More...
 
class  VectorMatrix
 Examples: More...
 

Functions

template<typename U >
std::ostream & operator<< (std::ostream &os, FlatMatrix< U > &m)
 

Function Documentation

◆ operator<<()

template<typename U >
std::ostream & LinearAlgebra::operator<< ( std::ostream &  os,
FlatMatrix< U > &  m 
)