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 ¶
func PrintSSlice ¶
func PrintSSlice(ss []*S)
Types ¶
type SliceComplex ¶
type SliceComplex []complex128
func CmplxSqrt ¶
func CmplxSqrt(arr SliceComplex) SliceComplex
type SliceIface ¶
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.