MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / batches

Method batches

extensions/include/cuMat/src/SolverBase.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return rhs_.rows(); }
108 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return rhs_.cols(); }
109 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return rhs_.batches(); }
110
111 const _Solver& getDecomposition() const { return decomposition_; }
112 const _RHS& getRhs() const { return rhs_; }

Callers 1

SolveOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected