| # | Line 50 | Line 50 | extern CMATRIX *cm_load(const char *inspec, int nrows, | |
|---|---|---|
| 50 | /* Extract a column vector from a matrix */ | |
| 51 | extern CMATRIX *cm_column(const CMATRIX *cm, int c); | |
| 52 | ||
| 53 | – | /* Scale a matrix by a single value */ |
| 54 | – | extern CMATRIX *cm_scale(const CMATRIX *cm1, const COLOR sca); |
| 55 | – | |
| 53 | /* Multiply two matrices (or a matrix and a vector) and allocate the result */ | |
| 54 | extern CMATRIX *cm_multiply(const CMATRIX *cm1, const CMATRIX *cm2); | |
| 55 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |