Sha256: 914f4a04509a83c237288e87de539f4240c3ffc3679392b0cb47a92f69f417cc
Contents?: true
Size: 470 Bytes
Versions: 1
Compression:
Stored size: 470 Bytes
Contents
module CsrMatrix module Exceptions class NullMatrixException < StandardError; end class MatrixDimException < StandardError; end class ArithmeticException < StandardError; end class MatrixTypeException < StandardError; end class DivideByZeroException < StandardError; end class IndexOutOfRangeException < StandardError; end class ArgumentNullException < StandardError; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
csrmatrix-1.0.0 | lib/csrmatrix/exceptions.rb |