- add2ddoubledata(double[][]) - Method in class Matrix.TwoDmatrix
-
This method performs simple matrices' addition given that all size checks are passed
- add2dmatrix(TwoDmatrix) - Method in class Matrix.TwoDmatrix
-
This method performs simple matrices' addition given that all size checks are passed
- add2dmatrixForDouble(TwoDmatrix) - Method in class Matrix.TwoDmatrix
-
This method adds a matrix with a another matrix and returns the sum as double array [][]
- add2DoubleForDouble(double[][]) - Method in class Matrix.TwoDmatrix
-
This method adds a matrix with a another double array [][] and returns the sum as double array [][]
- addArray(double[]) - Method in class Assisted_Classes.DescriptiveStatistics
-
It adds the new double array' data to the existing instance of DescriptiveStatistics.
- addValue(double) - Method in class Assisted_Classes.DescriptiveStatistics
-
This method feeds the DescriptiveStatistics with data needed for the calculations of all stats.
- Assisted_Classes - package Assisted_Classes
-