Returns the result of multiplying this by the vector v.
@param v the vector to operate on
@return this*v
@throws IllegalArgumentException if columnDimension != v.size()
Returns the result of multiplying this by the vector v.
@param v the vector to operate on
@return this*v
@throws IllegalArgumentException if columnDimension != v.size()
Execute the specified operation on two operands, returning a result. See {@link Operation} for supported operations.
@param operation the operation to be performed
@param leftOperand the left operand
@param rightOperand the right operand
@return the result of performing the operation on the two operands
@throws EvaluationException if there is a problem performing the operation
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.