Question

Je suis un débutant dans la bibliothèque C de uBLAS de Boost donc j'ai une question noob - comment transposer une matrice en utilisant cette bibliothèque? Je ne pouvais pas trouver question ici:

http: // www. boost.org/doc/libs/1_44_0/libs/numeric/ublas/doc/html/index.html

Était-ce utile?

La solution

C = boost::numeric::ublas::trans(A);
Documenté (mal)

Vue d'ensemble des opérations Matrix et Vector .

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top