MCPcopy Create free account
hub / github.com/carbonengine/trinity / Transpose

Method Transpose

trinity/TriMatrix.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void TriMatrix::Transpose()
276{
277 *static_cast<Matrix*>( this ) = ::Transpose( *this );
278}
279
280
281#if BLUE_WITH_PYTHON

Callers

nothing calls this directly

Calls 1

TransposeFunction · 0.85

Tested by

no test coverage detected