Computes the cross product of two vectors.
@param v The vector to compute the cross product of with this vector.
@return The cross product of this vector and v.
cross calculates the cross product of this vector with a parameter vector v.
@param v the vector to take the cross product of with this.
@return the cross product vector.
Returns the cross product of this and other matrix, using conjunction instead of multiplication.
@return { m: BooleanMatrix | m = this x other }
@throws NullPointerException - other = null
@throws IllegalArgumentException - this.factory != other.factory
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.