forked from tsai/mathnet-numerics
Browse Source
Change LeftMultiply to a protected method (from protected abstract) and it now calls TransposeThisAndMultiply(). TransposeThisAndMultiply has unit tests so it was chosen as the "main" method. Overrides of LeftMultiply were removed, because now only TransposeThisAndMultiply() needs to be overriden. Signed-off-by: Alexander Karatarakis <alex@karatarakis.com>la-knuth
committed by
Marcus Cuda
9 changed files with 4 additions and 201 deletions
Loading…
Reference in new issue