Classes | Namespaces | Functions

apfDynamicMatrix.h File Reference

Small runtime-sized matrices. More...

Go to the source code of this file.

Classes

class  apf::DynamicMatrix
 A runtime-sized dense matrix. More...

Namespaces

namespace  apf
 

All APF symbols are contained in this namespace.


Functions

void apf::multiply (DynamicMatrix const &a, DynamicVector const &b, DynamicVector &r)
 multiply a DynamicMatrix by a DynamicVector
void apf::multiply (DynamicVector const &b, DynamicMatrix const &a, DynamicVector &r)
 multiply a DynamicVector by a DynamicMatrix
void apf::multiply (DynamicMatrix const &a, DynamicMatrix const &b, DynamicMatrix &r)
 multiply two DynamicMatrix objects
void apf::transpose (DynamicMatrix const &a, DynamicMatrix &r)
 get the transpose of a DynamicMatrix
template<std::size_t N, std::size_t M>
DynamicMatrix apf::fromMatrix (Matrix< N, M > other)
 convert an apf::Matrix into an apf::DynamicMatrix
std::ostream & operator<< (std::ostream &s, apf::DynamicMatrix const &A)
 write an apf::DynamicMatrix to a C++ stream

Detailed Description

Small runtime-sized matrices.

Definition in file apfDynamicMatrix.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines