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

P

perp3(double[]) - Static method in class utilities.Matrix
Returns a vector of norm 1 perpendicular to a 3D vector.
print(double[]) - Static method in class utilities.Matrix
Writes a vector in column in the output stream.
print(double[][]) - Static method in class utilities.Matrix
Writes a matrix in the output stream.
print(String, double[]) - Static method in class utilities.Matrix
Writes a vector in square brackets with its name, in the output stream.
print(String, double[][]) - Static method in class utilities.Matrix
Writes a matrix in square brackets with its name, in the output stream.
printLine(double[]) - Static method in class utilities.Matrix
Writes a vector in line in the output stream.
printlnLine(double[]) - Static method in class utilities.Matrix
Writes a vector in line in the output stream, and terminates the line.
projectionOnto(double[], double[]) - Static method in class utilities.Matrix
Returns the projection of the first vector onto the second one.

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