Transpose

trait Transpose[R <: Int, C <: Int, T]

Type class for transposing a Matrix.

Type class for transposing a Matrix.

class Object
trait Matchable
class Any

Value members

Abstract methods

def transpose(m: Matrix[R, C, T]): Matrix[C, R, T]