Conjugate transpose: Difference between revisions

m
No edit summary
Line 1,363:
 
# Multiplies matrices A and B
# A and B are assumed to be rectangularsquare and of the same size,
# this condition is not checked.
let cplxMatMul = function cplxMatMul(A, B) {
Anonymous user