#64 Added method rowAdd(dest : number, source : number, scalar : number = 1.0 ) : Matrix
to the class Matrix for adding a multiple of one row to another inside a matrix.
Unclaimed project
Are you a maintainer of vectorious? Claim this project to take control of your public changelog and roadmap.
#64 Added method rowAdd(dest : number, source : number, scalar : number = 1.0 ) : Matrix
to the class Matrix for adding a multiple of one row to another inside a matrix.
cross(vector: Vector) : Vector to the class Vector for calculation the cross product (3-component vectors).NDArray super-class to Matrix and Vector.Changes
Changes