refactor(rmtxop,rcomb,pvsum): Removed BSDF library dependency where unneeded
perf(rmtxop,rcomb): Switched default internal data type from double to float
perf(rmtxop): Changed rmx_transpose() call to do in-situ operation on square matrices
refactor: Switched out "double" for "rmx_dtype" most places
fix: Minor improvement to logic surrounding memory allocation
fix(rcomb): Added child process to sequence output; seems to finally work
feat: Added facility for app-managed matrix memory
refactor(rmtxcomb): Added library function to transfer matrix data
refactor(rmtxop): Changed rmatrix library interface for by row matrix output
refactor: Added ability to read matrix data a row at a time
refactor: Separated header and data loading from matrices (except XMLs)
feat(rmtxop): Added handling of Radiance spectral pictures as matrices
refactor(rmtxop): Changed matrix array access macros
perf(rmtxop): Added memory-mapping for double matrices
feat: Added -rf and -rb options to rmtxop to load XML reflectance matrices
Changed rmtxop and dctimestep to undo any exposure on Radiance input pictures
Minor changes should not affect behavior
Added explicit byte-swap checks in headers using BigEndian= line
Fix potential issues on very large matrices (> 2GB)
Added element-wise multiplication and division to rmtxop command
Added the ability to read matrix inputs from commands as well as files
Took out unreliable call to ftell()
Bug fixes in matrix concatenation
Made rmtxop output the same type as lesser of inputs by default
Maintain header information in matrix structure
Bug fixes
Created rmtxop command, need to test and debug
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.