MCPcopy Create free account
hub / github.com/audeering/opensmile / setRow

Method setRow

src/core/dataMemoryLevel.cpp:532–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532void cMatrix::setRow(long R, const cMatrix *row) { // NOTE: set row does not change tmeta!!
533 long i;
534 if (row!=NULL) {
535 long nn = MIN(nT,row->nT);
536 for (i=0; i<nn; i++) { data[i*N+R] = row->data[i]; }
537 }
538}
539
540int cMatrix::resize(long _new_nT) {
541 int ret=1;

Callers 2

myTickMethod · 0.80
myTickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected