Documentation ¶
Index ¶
- func CreateSlice() []int
- func GetEmptyMatrix(xSize int, ySize int) [][]bool
- func IntSum(s []int) int
- func PrintS(s *S)
- func PrintSSlice(ss []*S)
- type S
- type SliceComplex
- type SliceIface
- type SliceInt16
- type SliceInt32
- type SliceInt64
- type SliceInt8
- type SliceUint16
- type SliceUint32
- type SliceUint64
- type SliceUint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSlice ¶
func CreateSlice() []int
func GetEmptyMatrix ¶ added in v0.4.10
func PrintSSlice ¶ added in v0.4.3
func PrintSSlice(ss []*S)
Types ¶
type S ¶ added in v0.4.3
type S struct {
Name string
}
func CreateSSlice ¶ added in v0.4.3
func CreateSSlice() []*S
type SliceComplex ¶ added in v0.4.10
type SliceComplex []complex128
func CmplxSqrt ¶ added in v0.4.10
func CmplxSqrt(arr SliceComplex) SliceComplex
type SliceIface ¶ added in v0.4.3
type SliceIface []interface{}
type SliceInt16 ¶
type SliceInt16 []int16
type SliceInt32 ¶
type SliceInt32 []int32
type SliceInt64 ¶
type SliceInt64 []int64
type SliceUint16 ¶
type SliceUint16 []uint16
type SliceUint32 ¶
type SliceUint32 []uint32
type SliceUint64 ¶
type SliceUint64 []uint64
type SliceUint8 ¶
type SliceUint8 []uint8
Click to show internal directories.
Click to hide internal directories.