BaseBlockVector
(类来自 pyomo.contrib.pynumero.sparse.base_block)
- class pyomo.contrib.pynumero.sparse.base_block.BaseBlockVector[source]
基础类:
object块向量的基类
方法
__init__()argmax([axis, out])argmin([axis, out])argpartition(kth[, axis, kind, order])argsort([axis, kind, order])byteswap([inplace])choose(choices[, out, mode])diagonal([offset, axis1, axis2])dump(文件)dumps()getfield(dtype[, offset])item(*args)itemset(*args)newbyteorder([new_order])partition(kth[, axis, kind, order])put(indices, values[, mode])repeat(repeats[, axis])reshape(shape[, order])resize(new_shape[, refcheck])searchsorted(v[, side, sorter])setfield(val, dtype[, offset])setflags([write, align, uic])sort([axis, kind, order])squeeze([axis])swapaxes(axis1, axis2)take(indices[, axis, out, mode])tobytes([order])trace([offset, axis1, axis2, dtype, out])成员文档