Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data2D ¶
func CreateData2D ¶
func CreateData2D() *Data2D
type Data2DfromRow ¶
type Data2DfromRow struct { Data2D // contains filtered or unexported fields }
func CreateData2DfromRow ¶
func CreateData2DfromRow(k int) *Data2DfromRow
func (*Data2DfromRow) ReadCsv ¶
func (data *Data2DfromRow) ReadCsv(filepath string)
type DataMethod ¶
type DataMethod interface {
ReadCsv()
}
Click to show internal directories.
Click to hide internal directories.