Class: GraphViz::Math
- Inherits:
-
Object
- Object
- GraphViz::Math
- Defined in:
- lib/graphviz/math/matrix.rb
Defined Under Namespace
Classes: CoordinateError, Matrix, ValueError
Class Method Summary collapse
Class Method Details
.Matrix(line, column = 0, val = 0) ⇒ Object
3 4 5 |
# File 'lib/graphviz/math/matrix.rb', line 3 def self.Matrix( line, column = 0, val = 0 ) GraphViz::Math::Matrix.new(line, column, val) end |