package
Version:
v1.59.0
Opens a new window with list of versions in this module.
Published: Oct 17, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Vec2d[T any] struct {
NRows int
NCols int
Data []T
}
func (v *Vec2d[T]) Get(iRow, iCol int) *T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.