MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / applyTranspose

Method applyTranspose

dependency/densecrf3d/src/pairwise.cpp:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 compatibility_->apply( out, out );
181}
182void PairwisePotential::applyTranspose(MatrixXf & out, const MatrixXf & Q) const {
183 kernel_->applyTranspose( out, Q );
184 // Apply the compatibility
185 compatibility_->applyTranspose( out, out );
186}
187VectorXf PairwisePotential::parameters() const {
188 return compatibility_->parameters();
189}

Callers 1

gradientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected