Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
More...
|
| void | check_shape (const df1b2vector &_x, const dvector &_y, const char *s) |
| | Description not yet available. More...
|
| |
| void | check_shape (const df1b2vector &_x, const df1b2vector &_y, const char *s) |
| | Description not yet available. More...
|
| |
| void | check_shape (const dvector &_x, const df1b2vector &_y, const char *s) |
| | Description not yet available. More...
|
| |
| void | check_shape (const df1b2vector &_x, const df1b2matrix &_y, const char *s) |
| | Description not yet available. More...
|
| |
| df1b2matrix | elem_div (const df1b2matrix &_MM, const df1b2matrix &_NN) |
| | Description not yet available. More...
|
| |
| df1b2matrix | elem_div (const dmatrix &_MM, const df1b2matrix &_NN) |
| | Description not yet available. More...
|
| |
| df1b2matrix | elem_div (const df1b2matrix &_MM, const dmatrix &_NN) |
| | Description not yet available. More...
|
| |
| df1b2vector | elem_div (const dvector &_v, const df1b2vector &_w) |
| | Description not yet available. More...
|
| |
| df1b2vector | elem_div (const df1b2vector &_v, const df1b2vector &_w) |
| | Description not yet available. More...
|
| |
| df1b2vector | elem_div (const df1b2vector &_v, const dvector &_w) |
| | Description not yet available. More...
|
| |
| df1b2matrix | elem_prod (const df1b2matrix &_MM, const df1b2matrix &_NN) |
| | Description not yet available. More...
|
| |
| df1b2matrix | elem_prod (const dmatrix &_MM, const df1b2matrix &_NN) |
| | Description not yet available. More...
|
| |
| df1b2matrix | elem_prod (const df1b2matrix &_MM, const dmatrix &_NN) |
| | Description not yet available. More...
|
| |
| df1b2vector | elem_prod (const df1b2vector &_v, const df1b2vector &_w) |
| | Description not yet available. More...
|
| |
| df1b2vector | elem_prod (const df1b2vector &_v, const dvector &_w) |
| | Description not yet available. More...
|
| |
| df1b2vector | elem_prod (const dvector &_v, const df1b2vector &_w) |
| | Description not yet available. More...
|
| |
| df1b2variable | mean (const df1b2vector &_x) |
| | Description not yet available. More...
|
| |
| df1b2variable | mean (const df1b2matrix &_x) |
| | Description not yet available. More...
|
| |
| df1b2variable | norm (const df1b2vector &_x) |
| | Description not yet available. More...
|
| |
| df1b2variable | norm (const df1b2matrix &_x) |
| | Description not yet available. More...
|
| |
| df1b2variable | norm2 (const df1b2vector &_x) |
| | Description not yet available. More...
|
| |
| df1b2variable | norm2 (const df1b2matrix &_x) |
| | Description not yet available. More...
|
| |
| df1b2vector | operator* (const dmatrix &_M, const df1b2vector &_x) |
| | Description not yet available. More...
|
| |
| df1b2vector | operator* (const df1b2matrix &_M, const df1b2vector &_x) |
| | Description not yet available. More...
|
| |
| df1b2vector | operator* (const df1b2vector &_x, const df1b2matrix &_M) |
| | Vector and Matrix Multiplication. More...
|
| |
| df1b2vector | operator* (const df1b2vector &_x, const dmatrix &_M) |
| | Vector and Matrix Multiplication. More...
|
| |
| df1b2vector | operator* (const dvector &_x, const df1b2matrix &_M) |
| | Vector and Matrix Multiplication. More...
|
| |
| df1b2matrix | operator* (const df1b2matrix &_MM, const df1b2matrix &_NN) |
| | Description not yet available. More...
|
| |
| df1b2vector | operator* (const df1b2matrix &_M, const dvector &_x) |
| | Description not yet available. More...
|
| |
| df1b2variable | sum (const df1b2vector &_x) |
| | Description not yet available. More...
|
| |
| df1b2variable | sum (const df1b2matrix &_x) |
| | Description not yet available. More...
|
| |
| df1b2variable | sumsq (const df1b2vector &_x) |
| |
| df1b2variable | sumsq (const df1b2matrix &_x) |
| |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition in file f1b2vc5.cpp.