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.24 by greg, Thu Jun 6 17:01:05 2024 UTC vs.
Revision 2.25 by greg, Fri Apr 4 01:48:25 2025 UTC

# Line 95 | Line 95 | extern RMATRIX *rmx_copy(const RMATRIX *rm);
95   /* Replace data in first matrix with data from second */
96   extern int      rmx_transfer_data(RMATRIX *rdst, RMATRIX *rsrc, int dometa);
97  
98 < /* Allocate and assign transposed matrix */
99 < extern RMATRIX  *rmx_transpose(const RMATRIX *rm);
98 > /* Transpose the given matrix */
99 > extern int      rmx_transpose(RMATRIX *rm);
100  
101   /* Multiply (concatenate) two matrices and allocate the result */
102   extern RMATRIX  *rmx_multiply(const RMATRIX *m1, const RMATRIX *m2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines