MATLAB BUILDER JA 2 Podręcznik Użytkownika Strona 89

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 292
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 88
Guidelines for Working with MWArray Classes
Factory Method Usage
newInstance(int[], Object,
MWClassID)
Real numeric array of specified type.
Values are initialized with supplied
arrays.
newInstance(int[], Object,
Object, MWClassID)
Complex numeric array of specified
type. Values are initialized with
supplied arrays.
newSparse(int[], int[],
Object, int, int, int,
MWClassID)
Real sparse numeric matrix of
specified typ e, dimensions, and
maximum nonzeros. Values are
initialized with supplied row,
column, and data arrays.
newSparse(int[], int[],
Object, int, int, MWClassID)
Real sparse numeric matrix of
specified t ype and dimensions.
Values are initialized with supplied
row, column, and data arrays.
Maximum nonzeros are computed
from input dat a.
newSparse(int[], int[],
Object, MWClassID)
Real sparse numeric matrix of
specified typ e. Values are initialized
with supplied row, column, and data
arrays. Maximum nonzeros and
dimensions are computed from input
data.
newSparse(int[], int[],
Object, Object, int, int,
int, MWClassID)
Complex sparse numeric matrix
of specified type, dime nsions,
and maximum nonzer os. Values
are initialized with supplied row,
column, and data arrays.
newSparse(int[], int[],
Object, Object, int, int,
MWClassID)
Complex sparse numeric matrix
of specified type and dimensions.
Values are initialized with supplied
row, column, and data arrays.
Maximum nonzeros are computed
from input dat a.
4-13
Przeglądanie stron 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 291 292

Komentarze do niniejszej Instrukcji

Brak uwag