A C D H I L M N P R S T U V

A

add(double[], double[]) - Static method in class utilities.Matrix
Returns the vector resulting from the addition of two vectors.
add(double[]...) - Static method in class utilities.Matrix
Returns the vector resulting from the addition of a variable number of vectors.
add(double[][], double[][]) - Static method in class utilities.Matrix
Returns the matrix resulting from the addition of two matrices.
allComp(int, double) - Static method in class utilities.Matrix
Returns a vector of double of length n with all elements having the value k.
allComp(int, int, double) - Static method in class utilities.Matrix
Returns a (n x m) matrix of double with all elements having the value k.
angleDegree(double[], double[]) - Static method in class utilities.Matrix
Returns the angle (in degree) between two vectors.
angleRadian(double[], double[]) - Static method in class utilities.Matrix
Returns the angle (in radian) between two vectors.
arrayToString(double[]) - Static method in class utilities.Matrix
Returns a String containing all the elements separated by commas.

A C D H I L M N P R S T U V