CIRDLES / Tripoli

Tripoli imports raw mass spectrometer data files and supports interactive review and archiving of isotopic data. Tripoli facilitates visualization of temporal trends and scatter during measurement, statistically rigorous filtering of data, and calculation of statistical parameters.
http://cirdles.org/Tripoli/
Apache License 2.0
8 stars 12 forks source link

Testing2 #112

Closed neil-coffey closed 1 year ago

neil-coffey commented 1 year ago

Added rDivide2 and linspace2

bowring commented 1 year ago

keep up the good work and keep updating this PR as discussed!

robinsonianr commented 1 year ago

I believe the implementation of rDivde that I have is correct because the goal was to divide 1 by every element of a matrix. public static Primitive64Store rDivide(MatrixStore A, double div)

So div = A and the (MatrixStore A) = B => A ./ B. But I should have labeled the matrix B in the code to be clearer and aligned with Matlab documentation