#include <Dinv.hh>
|
template<class Matrix > |
static bool | Dinv (Matrix &rhs) |
|
Invert<1>. $1\times1$ (sub-)matrix. $a_{11} \to 1/a_{11}$
- Author
- T. Glebe
◆ Dinv()
template<class Matrix >
static bool Invert< 1 >::Dinv |
( |
Matrix & |
rhs | ) |
|
|
inlinestatic |
106 {
107 typename Matrix::value_type*
a = rhs.Array();
108
110 return false;
111 }
113 return true;
114 }
void a()
Definition: check_aligned.C:59
The documentation for this class was generated from the following file:
- /home/antonio/fedra_doxygen/src/libVt++/smatrix/include/Dinv.hh