(Last Changed on June
09,
2022 for git-revision e3646db23357d75484e61f5814f48ecfb76f9ba1.)
Go to the source code of this file.
|
struct | dvec_ptr_ptr |
| Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
|
|
Returns dvector with cube value of each element in vec.
Note: vec is allocated vector.
- Parameters
-
Definition at line 336 of file dmat.cpp.
Returns dmatrix with cube value of each element in mat.
Note: mat is allocated matrix.
- Parameters
-
Definition at line 352 of file dmat.cpp.
bool ivector_check |
( |
const ivector & |
vector, |
|
|
int |
indexmin, |
|
|
int |
indexmax |
|
) |
| |
Return true if vector dimensions match with indexmin and indexmax, otherwise false.
- Parameters
-
vector | ivector |
indexmin | |
indexmax | |
Definition at line 171 of file dmat.cpp.
Returns the minimum value of matrix m.
Note: m is an allocated matrix.
- Parameters
-
Definition at line 133 of file dmat.cpp.
Returns the minimum value of matrix m.
Note: m is an allocated matrix.
- Parameters
-
Definition at line 117 of file dmat.cpp.