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

Comparing ray/src/util/rmatrix.h (file contents):
Revision 2.19 by greg, Fri Dec 1 02:05:00 2023 UTC vs.
Revision 2.20 by greg, Wed Dec 6 17:57:34 2023 UTC

# Line 81 | Line 81 | extern RMATRIX *rmx_identity(int dim, int n);
81   /* Duplicate the given matrix */
82   extern RMATRIX  *rmx_copy(const RMATRIX *rm);
83  
84 + /* Replace data in first matrix with data from second */
85 + extern int      rmx_transfer_data(RMATRIX *rdst, RMATRIX *rsrc, int dometa);
86 +
87   /* Allocate and assign transposed matrix */
88   extern RMATRIX  *rmx_transpose(const RMATRIX *rm);
89  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines