klModeNumberFromIndex

return mode number from a linear index into a WV matrix

Developer documentation: this item describes internal implementation details.


Declaration

 [kMode,lMode] = klModeNumberFromIndex(self,linearIndex)

Parameters

  • linearIndex a non-negative integer number

Returns

  • kMode integer
  • lMode integer

Discussion

This function will return the mode numbers (kMode,lMode) given some linear index into a WV structured matrix. Scalar and column-vector inputs preserve their shape and ordering.


This site uses Just the Docs, a documentation theme for Jekyll.