TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
init_matrix.hh File Reference

Go to the source code of this file.

Functions

template<double init_function, class Vector >
BTL_DONT_INLINE void init_row (Vector &X, int size, int row)
 
template<double init_function, class Vector >
BTL_DONT_INLINE void init_matrix (Vector &A, int size)
 
template<double init_function, class Matrix >
BTL_DONT_INLINE void init_matrix_symm (Matrix &A, int size)
 

Function Documentation

◆ init_matrix()

template<double init_function, class Vector >
BTL_DONT_INLINE void init_matrix ( Vector &  A,
int  size 
)

◆ init_matrix_symm()

template<double init_function, class Matrix >
BTL_DONT_INLINE void init_matrix_symm ( Matrix &  A,
int  size 
)

◆ init_row()

template<double init_function, class Vector >
BTL_DONT_INLINE void init_row ( Vector &  X,
int  size,
int  row 
)