Public Member Functions | Static Public Member Functions | List of all members
Seldon::TinyMatrixTripleLoop< p, q, r > Class Template Reference

class for triple loop in matrix functions More...

#include <TinyMatrix.hxx>

Public Member Functions

template<class T , int p>
void ModifyUpperCholesky (TinyMatrix< T, Symmetric, p, p > &A, T &invVal, T &vloc)
 Loop with m between 0 and j-1.
 

Static Public Member Functions

template<class T , int m>
static void AddRow (TinyMatrix< T, General, m, m > &A, const T &val)
 A(j, :) += val*A(i, :)
 
template<class T , int m>
static void ModifyUpperCholesky (TinyMatrix< T, Symmetric, m, m > &A, T &invVal, T &vloc)
 

Detailed Description

template<int p, int q, int r>
class Seldon::TinyMatrixTripleLoop< p, q, r >

class for triple loop in matrix functions

Definition at line 28 of file TinyMatrix.hxx.


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