Data Model version 2.0.6
Acknowledgements
Diagram
|
Class Map
|
Attribute Map
|
Method Map
|
Help
|
License
Home
|
Package
|
Class
| Attribute |
Method:
{
prev
|
next
}
Method: pointValue
from Class
memops.api.Implementation.AbstractMatrix
get value of point - type is the type of the matrix element
guid:
www.ccpn.ac.uk_Fogh_2010-05-12-17:32:42_00008
OpType:
other
OpSubType:
None
isQuery:
True
isAbstract:
False
Scope:
instance_level
Code:
strides = self.strides
index = sum(ind*strides[i] for i,ind in enumerate(point))
result = self.__dict__['data'][index]
Data Model Version
2.0.6
Go to Top
Autogenerated by
PyApiDocGen
revision
1.3
on
Wed Aug 7 15:06:12 2013
from data model package
memops.api.Implementation.AbstractMatrix
revision
1.7
Work done by the
CCPN team
.
www.ccpn.ac.uk