ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/cmatrix.h
(Generate patch)

Comparing ray/src/util/cmatrix.h (file contents):
Revision 2.8 by greg, Wed Oct 31 22:19:57 2018 UTC vs.
Revision 2.9 by greg, Mon Aug 12 18:28:37 2019 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines