Bsoft object

struct Bresidue_matrix

Source:

include/rwresprop.h

Description:

Residue relationship matrix.

Features:

A pairwise residue relationship matrix to encode a property such
as similarity.

Code:

/* Residue relationship matrix (similarity) */
struct Bresidue_matrix {
int n; // Number of symbols for matrix
char* c; // Symbol list for matrix (n characters + 0 for termination)
float* m; // nxn Matrix (similarity)
} ;


Generated by bdoc.pl on Mon Jun 15 11:55:12 2009


Back to the Bsoft home