api / koma / validateMatrices
validateMatrices
var validateMatrices:
Boolean
Whether to validate the dimensions, symmetry, and values of input matrices. false is faster, and should be used for realtime applications. true gives you much more useful errors when your matrices are shaped differently than your code expects.