Go to the source code of this file.
|
| rheolef |
| This file is part of Rheolef.
|
|
|
template<class T , class M > |
csr< T, M > | diag (const vec< T, M > &d) |
|
◆ _RHEOLEF_instanciation_a
#define _RHEOLEF_instanciation_a |
( |
|
T, |
|
|
|
M, |
|
|
|
A |
|
) |
| template void csr_rep<T,M>::build_from_diag (const disarray_rep<T,M,A>&); |
◆ _RHEOLEF_instanciation
#define _RHEOLEF_instanciation |
( |
|
T, |
|
|
|
M |
|
) |
| |
Value:template csr<T,M>
diag (
const vec<T,M>&); \
_RHEOLEF_instanciation_a(
T,
M,std::allocator<T>)
csr< T, M > diag(const vec< T, M > &d)
Definition at line 69 of file csr.cc.