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

Method applyTranspose

dependency/densecrf/src/pairwise.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

gradientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected