Loading...
Searching...
No Matches
manipulation.hpp
void transpose(std::vector< std::vector< T > > &, std::vector< std::vector< T > > &)
Definition manipulation.tpp:41
void triL(std::vector< std::vector< T > > &, std::vector< std::vector< T > > &)
Definition manipulation.tpp:213
void triU(std::vector< std::vector< T > > &, std::vector< std::vector< T > > &)
Definition manipulation.tpp:305
collection of functions to create and solve small linear systems
Definition manipulation.hpp:60
