LinearSpace.element
- LinearSpace.element(inp=None, copy=None)[source]
Create a
LinearSpaceElementfrominpor from scratch.If called without
inpargument, an arbitrary element of the space is generated without guarantee of its state.If
inp in self, this has returninpor a view ofinp, otherwise, a copy may or may not occur.Parameters
- inpoptional
Input data from which to create the element.
- kwargs :
Optional further arguments.
Returns
- element
LinearSpaceElement A new element of this space.