File: lambda_calculator.h

package info (click to toggle)
mmseqs2 14-7e284%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 32,516 kB
  • sloc: cpp: 68,239; ansic: 6,548; sh: 2,631; makefile: 84; perl: 32
file content (10 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
// Copyright 2008 Michiaki Hamada

#ifndef __H_INCLUDE_LAMBDA_CALCULATOR_HH
#define __H_INCLUDE_LAMBDA_CALCULATOR_HH

// These pointers are 1-based!
double calculate_lambda( const double** mat_b, int alpha_size,
                         double* p, double* q );

#endif // __H_INCLUDE_LAMBDA_CALCULATOR_HH