Module: vemomoto_core.npcollections.sparse3d#

Created on 07.05.2016

@author: Samuel

Classes:

Sparse3D(*sparseMatrices)

Class to store and access 3 dimensional sparse matrices efficiently

Functions:

test1()

test2()

test3()

class Sparse3D(*sparseMatrices)[source]#

Bases: object

Class to store and access 3 dimensional sparse matrices efficiently

Methods:

imultiply(other[, axis])

multiply(other[, axis])

sum([axis])

toarray()

imultiply(other, axis=0)[source]#
multiply(other, axis=0)[source]#
sum(axis=None)[source]#
toarray()[source]#
test1()[source]#
test2()[source]#
test3()[source]#