struct LA::Matrix::Columns(T)

Overview

TODO - more macro magic?

Included Modules

Defined in:

matrix/iteration.cr:25
matrix/iteration.cr:29

Instance Method Summary

Instance methods inherited from module Enumerable(LA::Matrix(T))

product(initial : Complex)
product(initial : Complex, &)
product

Instance Method Detail

def [](range : Range) #

[View source]
def size #
Description copied from module Indexable(LA::Matrix(T))

Returns the number of elements in this container.


[View source]
def unsafe_fetch(i) #

unsafe_new for submatrix?


[View source]