 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Matrix
- func (A Matrix[T]) Cols() int
- func (A Matrix[T]) Copy() Matrix[T]
- func (A Matrix[T]) Get(row, col int) T
- func (A Matrix[T]) Mul(B, C Matrix[T]) Matrix[T]
- func (A Matrix[T]) Print(title string, f func(int) string)
- func (A Matrix[T]) Rows() int
- func (A Matrix[T]) Set(value T)
- func (A Matrix[T]) SetRow(row int, value T)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
 Click to show internal directories. 
   Click to hide internal directories.