Home
last modified time | relevance | path

Searched refs:nbRow (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/getHandleProperty/
H A DsetHandleProperty.h34 int set_color_map_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int nbC…
35 int set_old_style_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int nbC…
39 int set_visible_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int nbCol…
44 int set_axes_size_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int nbC…
86 int set_text_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int nbCol);
93 int set_data_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int nbCol);
98 int set_title_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int nbCol);
109 int set_view_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int nbCol);
124 int set_box_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int nbCol);
125 int set_grid_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int nbCol);
[all …]
H A Dset_datatip_property.c30 int set_tip_orientation_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, i… in set_tip_orientation_property() argument
61 int set_tip_z_component_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, i… in set_tip_z_component_property() argument
244 int set_tip_interp_mode_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, i… in set_tip_interp_mode_property() argument
247 int interp_mode = tryGetBooleanValueFromStack(_pvData, valueType, nbRow, nbCol, "interp_mode"); in set_tip_interp_mode_property()
268 int set_tip_box_mode_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int … in set_tip_box_mode_property() argument
271 int box_mode = tryGetBooleanValueFromStack(_pvData, valueType, nbRow, nbCol, "box_mode"); in set_tip_box_mode_property()
292 int set_tip_label_mode_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, in… in set_tip_label_mode_property() argument
295 int label_mode = tryGetBooleanValueFromStack(_pvData, valueType, nbRow, nbCol, "label_mode"); in set_tip_label_mode_property()
336 int set_tip_detached_property(void* _pvCtx, int iObj, void* _pvData, int valueType, int nbRow, int … in set_tip_detached_property() argument
339 int isDetached = nbRow * nbCol != 0; in set_tip_detached_property()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/javasci/src/c/
H A Djavasci2_helper.c43 double *getDouble(char *variableName, int *nbRow, int *nbCol) in getDouble() argument
147 BOOL *getBoolean(char *variableName, int *nbRow, int *nbCol) in getBoolean() argument
188 byte *getByte(char *variableName, int *nbRow, int *nbCol) in getByte() argument
226 byte *getUnsignedByte(char *variableName, int *nbRow, int *nbCol) in getUnsignedByte() argument
266 short *getShort(char *variableName, int *nbRow, int *nbCol) in getShort() argument
344 int *getInt(char *variableName, int *nbRow, int *nbCol) in getInt() argument
369 int putInt(char *variableName, int *variable, int nbRow, int nbCol) in putInt() argument
423 long long *getLong(char *variableName, int *nbRow, int *nbCol) in getLong() argument
501 char **getString(char *variableName, int *nbRow, int *nbCol) in getString() argument
516 piLen = (int *)malloc(sizeof(int) * (*nbRow) * (*nbCol)); in getString()
[all …]
H A Djavasci2_helper.h60 double * getDouble(char* variableName, int *nbRow, int *nbCol);
112 BOOL * getBoolean(char* variableName, int *nbRow, int *nbCol);
133 byte * getByte(char* variableName, int *nbRow, int *nbCol);
144 int putByte(char* variableName, byte *variable, int nbRow, int nbCol);
154 byte * getUnsignedByte(char* variableName, int *nbRow, int *nbCol);
175 short * getShort(char* variableName, int *nbRow, int *nbCol);
217 int * getInt(char* variableName, int *nbRow, int *nbCol);
228 int putInt(char* variableName, int *variable, int nbRow, int nbCol);
259 long long * getLong(char* variableName, int *nbRow, int *nbCol);
270 int putLong(char* variableName, long *variable, int nbRow, int nbCol);
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/includes/
H A DSetUicontrol.h37 GUI_IMPEXP int SetUicontrolIcon(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow,…
40 …etUicontrolFontName(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol);
41 …etUicontrolFontSize(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol);
46 GUI_IMPEXP int SetUicontrolMax(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, …
47 GUI_IMPEXP int SetUicontrolMin(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, …
48 GUI_IMPEXP int SetUicontrolPosition(int iObjUID, void* pvData, int valueType, int nbRow, int nbCol);
49 … SetUicontrolRelief(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow, int nbCol);
54 GUI_IMPEXP int SetUicontrolUnits(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow
55 GUI_IMPEXP int SetUicontrolValue(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow
57 GUI_IMPEXP int SetUimenuChecked(void* _pvCtx, int iObjUID, void* _pvData, int valueType, int nbRow,…
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DNgonGridMatplotDataDecomposer.cpp485 const unsigned int c = ui[nbRow - 1 + i * nbRow - j]; in getRGBAData()
574 colors[0] = uc[nbRow - 1 + i * nbRow - j] / 255.0f; in getRGBAData()
592 colors[0] = uc[nbRow - 1 + i * nbRow - j] / 255.0f; in getRGBAData()
611 colors[1] = uc[nbRow - 1 + i * nbRow - j] / 255.0f; in getRGBAData()
630 colors[2] = uc[nbRow - 1 + i * nbRow - j] / 255.0f; in getRGBAData()
646 colors[0] = f[nbRow - 1 + i * nbRow - j]; in getRGBAData()
664 colors[0] = f[nbRow - 1 + i * nbRow - j]; in getRGBAData()
683 colors[1] = f[nbRow - 1 + i * nbRow - j]; in getRGBAData()
702 colors[2] = f[nbRow - 1 + i * nbRow - j]; in getRGBAData()
777 colors[0] = us[nbRow - 1 + i * nbRow - j] / 65535.0f; in getRGBAData()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/
H A DsciMatrix.c38 newMat->nbRow = 0 ; in emptyMatrix()
43 sciMatrix * newMatrix(int nbRow, int nbCol) in newMatrix() argument
51 newMat->nbRow = nbRow; in newMatrix()
55 for (i = 0 ; i < nbRow * nbCol ; i++) in newMatrix()
69 newMat->nbRow = nbRow ; in newCompleteMatrix()
87 mat->nbRow = 0; in deleteMatrix()
95 mat->nbRow = 0; in desallocateMatrix()
104 return mat->data[row + col * mat->nbRow]; in getMatElement()
109 mat->data[row + col * mat->nbRow] = newValue; in setMatElement()
116 FREE(mat->data[row + col * mat->nbRow]); in changeMatElement()
[all …]
H A DStringMatrix.c30 StringMatrix * newFullStringMatrix(char ** textMat, int nbRow, int nbCol) in newFullStringMatrix() argument
34 StringMatrix * newMat = newMatrix(nbRow, nbCol); in newFullStringMatrix()
37 for (i = 0 ; i < nbRow * nbCol ; i++) in newFullStringMatrix()
47 StringMatrix * newEmptyStringMatrix(int nbRow, int nbCol) in newEmptyStringMatrix() argument
51 StringMatrix * newMat = newMatrix(nbRow, nbCol); in newEmptyStringMatrix()
54 for (i = 0 ; i < nbRow * nbCol ; i++) in newEmptyStringMatrix()
66 return newFullStringMatrix((char **) copyMat->data, copyMat->nbRow, copyMat->nbCol); in copyStringMatrix()
81 char * changedString = (char *) mat->data[row + col * mat->nbRow] ; /* for speed */ in copyStrMatElement()
87 mat->data[row + col * mat->nbRow] = changedString; in copyStrMatElement()
93 int nbRow = getMatNbRow(mat); in printStrMat() local
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/javasci/src/jni/
H A DputLists.c106 int nbRow = 0; in sendList() local
125 for (; j < nbRow; j++) in sendList()
155 for (; j < nbRow; j++) in sendList()
208 if (!data || nbRow == 0) in sendList()
226 for (; j < nbRow; j++) in sendList()
266 for (; j < nbRow; j++) in sendList()
329 if (!data || nbRow == 0) in sendList()
340 for (; j < nbRow; j++) in sendList()
494 for (; j < nbRow; j++) in sendList()
863 if (!data || nbRow == 0) in sendList()
[all …]
H A Dcall_scilab.i145 int putString(char* variableName, char **variable, int nbRow, int nbCol);
153 int putDouble(char * variableName, double variable[], int nbRow, int nbCol);
156 int putBoolean(char * variableName, BOOL variable[], int nbRow, int nbCol);
159 int putByte(char * variableName, byte variable[], int nbRow, int nbCol);
161 int putUnsignedByte(char * variableName, byte variable[], int nbRow, int nbCol);
164 int putShort(char * variableName, short variable[], int nbRow, int nbCol);
166 int putUnsignedShort(char * variableName, unsigned short variable[], int nbRow, int nbCol);
169 int putInt(char * variableName, int variable[], int nbRow, int nbCol);
171 int putUnsignedInt(char * variableName, unsigned int variable[], int nbRow, int nbCol);
175 int putLong(char * variableName, long variable[], int nbRow, int nbCol);
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/sci_gateway/cpp/
H A Dsci_uigetfont.cpp42 int nbRow = 0; in sci_uigetfont() local
75 fontNameSize = nbRow * nbCol; in sci_uigetfont()
111 if (nbRow * nbCol != 1) in sci_uigetfont()
120 freeAllocatedMatrixOfString(nbRow, nbCol, fontNameAdr); in sci_uigetfont()
147 if (nbRow * nbCol != 1) in sci_uigetfont()
157 freeAllocatedMatrixOfString(nbRow, nbCol, fontNameAdr); in sci_uigetfont()
184 if (nbRow * nbCol != 1) in sci_uigetfont()
194 freeAllocatedMatrixOfString(nbRow, nbCol, fontNameAdr); in sci_uigetfont()
242 nbRow = 1; in sci_uigetfont()
305 nbRow = 0; in sci_uigetfont()
[all …]
H A Dsci_uigetfile.cpp89 int nbRow = 0, nbCol = 0; in sci_uigetfile() local
156 for (int i = 0; i < nbRow; i++) in sci_uigetfile()
177 freeArrayOfString(description, nbRow); in sci_uigetfile()
186 freeArrayOfString(description, nbRow); in sci_uigetfile()
194 freeArrayOfString(description, nbRow); in sci_uigetfile()
211 freeArrayOfString(description, nbRow); in sci_uigetfile()
219 freeArrayOfString(description, nbRow); in sci_uigetfile()
227 freeArrayOfString(description, nbRow); in sci_uigetfile()
259 freeArrayOfString(description, nbRow); in sci_uigetfile()
298 freeArrayOfString(description, nbRow); in sci_uigetfile()
[all …]
H A Dsci_uiputfile.cpp77 int nbRow = 0, nbCol = 0; in sci_uiputfile() local
143 for (int i = 0; i < nbRow; i++) in sci_uiputfile()
162 freeArrayOfString(description, nbRow); in sci_uiputfile()
171 freeArrayOfString(description, nbRow); in sci_uiputfile()
179 freeArrayOfString(description, nbRow); in sci_uiputfile()
195 freeArrayOfString(description, nbRow); in sci_uiputfile()
205 freeArrayOfString(description, nbRow); in sci_uiputfile()
214 freeArrayOfString(description, nbRow); in sci_uiputfile()
249 freeArrayOfString(description, nbRow); in sci_uiputfile()
250 freeAllocatedMatrixOfString(nbRow, nbCol, mask); in sci_uiputfile()
[all …]
H A Dsci_uigetcolor.cpp44 int nbRow = 0, nbCol = 0; in sci_uigetcolor() local
69 sciErr = getMatrixOfDouble(pvApiCtx, piAddrredAdr, &nbRow, &nbCol, &redAdr); in sci_uigetcolor()
77 if ((nbRow != 1) || (nbCol != 3)) in sci_uigetcolor()
144 sciErr = getMatrixOfDouble(pvApiCtx, piAddrredAdr, &nbRow, &nbCol, &redAdr); in sci_uigetcolor()
153 if (nbRow * nbCol != 3) in sci_uigetcolor()
217 sciErr = getMatrixOfDouble(pvApiCtx, piAddrredAdr, &nbRow, &nbCol, &redAdr); in sci_uigetcolor()
226 if (nbRow * nbCol != 1) in sci_uigetcolor()
261 if (nbRow * nbCol != 1) in sci_uigetcolor()
296 if (nbRow * nbCol != 1) in sci_uigetcolor()
344 nbRow = 1; in sci_uigetcolor()
[all …]
H A Dsci_x_dialog.cpp36 int nbRow = 0, nbCol = 0; in sci_x_dialog() local
60 if (getAllocatedMatrixOfString(pvApiCtx, piAddrlabelsAdr, &nbRow, &nbCol, &labelsAdr)) in sci_x_dialog()
78 setMessageBoxMultiLineMessage(messageBoxID, labelsAdr, nbCol * nbRow); in sci_x_dialog()
79 freeAllocatedMatrixOfString(nbRow, nbCol, labelsAdr); in sci_x_dialog()
93 … if (getAllocatedMatrixOfString(pvApiCtx, piAddrinitialValueAdr, &nbRow, &nbCol, &initialValueAdr)) in sci_x_dialog()
105 setMessageBoxInitialValue(messageBoxID, initialValueAdr, nbCol * nbRow); in sci_x_dialog()
106 freeAllocatedMatrixOfString(nbRow, nbCol, initialValueAdr); in sci_x_dialog()
116 nbRow = 0; in sci_x_dialog()
119 …sciErr = allocMatrixOfDouble(pvApiCtx, nbInputArgument(pvApiCtx) + 1, nbRow, nbCol, &emptyMatrixAd… in sci_x_dialog()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/sci_gateway/c/
H A Dsci_messagebox.c42 int nbRow = 0, nbCol = 0; in sci_messagebox() local
102 if (nbRow * nbCol != 1) in sci_messagebox()
147 if (nbRow * nbCol == 1) in sci_messagebox()
158 nbRowButtons = nbRow; in sci_messagebox()
161 nbRow = 1; in sci_messagebox()
168 nbRowButtons = nbRow; in sci_messagebox()
171 nbRow = 1; in sci_messagebox()
249 if (nbRow * nbCol != 1) in sci_messagebox()
276 freeAllocatedMatrixOfString(nbRow, nbCol, titleAdr); in sci_messagebox()
287 freeAllocatedMatrixOfString(nbRow, nbCol, iconAdr); in sci_messagebox()
[all …]
H A Dsci_x_choose.c33 int nbRow = 0, nbCol = 0; in sci_x_choose() local
81 if (getAllocatedMatrixOfString(pvApiCtx, piAddrmessageAdr, &nbRow, &nbCol, &messageAdr)) in sci_x_choose()
101 setMessageBoxMultiLineMessage(messageBoxID, messageAdr, nbCol * nbRow); in sci_x_choose()
102 freeAllocatedMatrixOfString(nbRow, nbCol, messageAdr); in sci_x_choose()
121 … if (getAllocatedMatrixOfString(pvApiCtx, piAddrbuttonLabelAdr, &nbRow, &nbCol, &buttonLabelAdr)) in sci_x_choose()
127 if (nbRow * nbCol != 1) in sci_x_choose()
129 freeAllocatedMatrixOfString(nbRow, nbCol, buttonLabelAdr); in sci_x_choose()
140 setMessageBoxButtonsLabels(messageBoxID, buttonLabelAdr, nbCol * nbRow); in sci_x_choose()
141 freeAllocatedMatrixOfString(nbRow, nbCol, buttonLabelAdr); in sci_x_choose()
150 nbRow = 1; in sci_x_choose()
[all …]
H A Dsci_x_choose_modeless.c33 int nbRow = 0, nbCol = 0; in sci_x_choose_modeless() local
81 if (getAllocatedMatrixOfString(pvApiCtx, piAddrmessageAdr, &nbRow, &nbCol, &messageAdr)) in sci_x_choose_modeless()
102 setMessageBoxMultiLineMessage(messageBoxID, messageAdr, nbCol * nbRow); in sci_x_choose_modeless()
109 freeAllocatedMatrixOfString(nbRow, nbCol, messageAdr); in sci_x_choose_modeless()
123 … if (getAllocatedMatrixOfString(pvApiCtx, piAddrbuttonLabelAdr, &nbRow, &nbCol, &buttonLabelAdr)) in sci_x_choose_modeless()
129 if (nbRow * nbCol != 1) in sci_x_choose_modeless()
131 freeAllocatedMatrixOfString(nbRow, nbCol, buttonLabelAdr); in sci_x_choose_modeless()
142 setMessageBoxButtonsLabels(messageBoxID, buttonLabelAdr, nbCol * nbRow); in sci_x_choose_modeless()
143 freeAllocatedMatrixOfString(nbRow, nbCol, buttonLabelAdr); in sci_x_choose_modeless()
152 nbRow = 1; in sci_x_choose_modeless()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/matio/src/c/
H A DCreateCharVariable.c31 int nbRow = (int)matVariable->dims[0]; in CreateCharVariable() local
38 nbRow = nbRow == 0 ? 1 : nbRow; in CreateCharVariable()
39 ppcData = (char**) MALLOC(sizeof(char*) * (nbRow)); in CreateCharVariable()
41 for (i = 0; i < nbRow; i++) /* Loop over items */ in CreateCharVariable()
46 ppcData[i][j] = ((char *)matVariable->data)[j * nbRow + i]; in CreateCharVariable()
53 sciErr = createMatrixOfString(pvApiCtx, iVar, nbRow, 1, ppcData); in CreateCharVariable()
57 … sciErr = createMatrixOfStringInList(pvApiCtx, iVar, parent, item_position, nbRow, 1, ppcData); in CreateCharVariable()
60 for (i = 0; i < nbRow; i++) in CreateCharVariable()
H A DCreateIntegerVariable.c26 int nbRow, nbCol, i; in CreateIntegerVariable() local
42 nbRow = (int)matVariable->dims[0]; in CreateIntegerVariable()
44 iSize = nbRow * nbCol; in CreateIntegerVariable()
80 sciErr = createMatrixOfInteger8(pvApiCtx, iVar, nbRow, nbCol, tmp_int8); in CreateIntegerVariable()
115 sciErr = createMatrixOfInteger16(pvApiCtx, iVar, nbRow, nbCol, tmp_int16); in CreateIntegerVariable()
151 sciErr = createMatrixOfInteger32(pvApiCtx, iVar, nbRow, nbCol, tmp_int32); in CreateIntegerVariable()
186 sciErr = createMatrixOfInteger64(pvApiCtx, iVar, nbRow, nbCol, tmp_int64); in CreateIntegerVariable()
221 … sciErr = createMatrixOfUnsignedInteger8(pvApiCtx, iVar, nbRow, nbCol, tmp_uint8); in CreateIntegerVariable()
254 … sciErr = createMatrixOfUnsignedInteger16(pvApiCtx, iVar, nbRow, nbCol, tmp_uint16); in CreateIntegerVariable()
287 … sciErr = createMatrixOfUnsignedInteger32(pvApiCtx, iVar, nbRow, nbCol, tmp_uint32); in CreateIntegerVariable()
[all …]
H A DCreateBooleanVariable.c26 int nbRow = 0, nbCol = 0; in CreateBooleanVariable() local
35 nbRow = (int)matVariable->dims[0]; in CreateBooleanVariable()
38 if (nbRow * nbCol != 0) in CreateBooleanVariable()
40 if ((intPtr = (int*) MALLOC(sizeof(int) * nbRow * nbCol)) == NULL) in CreateBooleanVariable()
46 for (K = 0; K < nbRow * nbCol; K++) in CreateBooleanVariable()
53 sciErr = createMatrixOfBoolean(pvApiCtx, iVar, nbRow, nbCol, intPtr); in CreateBooleanVariable()
63 … sciErr = createMatrixOfBooleanInList(pvApiCtx, iVar, parent, item_position, nbRow, nbCol, intPtr); in CreateBooleanVariable()
76 if ((dblPtr = (double *)MALLOC(sizeof(double) * nbRow * nbCol)) == NULL) in CreateBooleanVariable()
82 for (K = 0; K < nbRow * nbCol; K++) in CreateBooleanVariable()
89 sciErr = createMatrixOfDouble(pvApiCtx, iVar, nbRow, nbCol, dblPtr); in CreateBooleanVariable()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/src/cpp/
H A DreturnProperty.cpp114 void* sciReturnMatrix(double values[], int nbRow, int nbCol) in sciReturnMatrix() argument
117 types::Double* pD = new types::Double(nbRow, nbCol, &pdbl); in sciReturnMatrix()
118 for (int i = 0 ; i < nbRow * nbCol ; i++) in sciReturnMatrix()
127 types::String* pS = new types::String(nbRow, nbCol); in sciReturnStringMatrix()
128 for (int i = 0 ; i < nbRow * nbCol ; i++) in sciReturnStringMatrix()
180 types::Int8* pOut = new types::Int8(nbRow, nbCol); in sciReturnMatrixOfInteger8()
188 types::UInt8* pOut = new types::UInt8(nbRow, nbCol); in sciReturnMatrixOfUnsignedInteger8()
196 types::Int16* pOut = new types::Int16(nbRow, nbCol); in sciReturnMatrixOfInteger16()
204 types::UInt16* pOut = new types::UInt16(nbRow, nbCol); in sciReturnMatrixOfUnsignedInteger16()
212 types::Int32* pOut = new types::Int32(nbRow, nbCol); in sciReturnMatrixOfInteger32()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/cpp/
H A Dset_data_property.cpp379 int nbRow[4]; in setchampdata() local
403 numberArrows = nbRow[0] * nbRow[1]; in setchampdata()
404 dimensions[0] = nbRow[0]; in setchampdata()
405 dimensions[1] = nbRow[1]; in setchampdata()
407 … if (nbRow[2] != nbRow[0] || nbCol[2] != nbRow[1] || nbRow[3] != nbRow[2] || nbCol[3] != nbCol[2]) in setchampdata()
413 …if (nbRow[0] * nbCol[0] == 0 || nbRow[1] * nbCol[1] == 0 || nbRow[2] * nbCol[2] == 0 || nbRow[3] *… in setchampdata()
438 int nbRow[3]; in setgrayplotdata() local
456 if (nbRow[2] != nbRow[0] || nbCol[2] != nbRow[1]) in setgrayplotdata()
462 if (nbRow[0] * nbCol[0] == 0 || nbRow[1] * nbCol[1] == 0 || nbRow[2] * nbCol[2] == 0) in setgrayplotdata()
471 gridSize[0] = nbRow[0]; in setgrayplotdata()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/includes/
H A DreturnProperty.h110 void* sciReturnMatrix(double values[], int nbRow, int nbCol ) ;
117 void* sciReturnStringMatrix(char * values[], int nbRow, int nbCol ) ;
151 void* sciReturnMatrixOfInteger8(char values[], int nbRow, int nbCol);
158 void* sciReturnMatrixOfUnsignedInteger8(unsigned char values[], int nbRow, int nbCol);
165 void* sciReturnMatrixOfInteger16(short values[], int nbRow, int nbCol);
172 void* sciReturnMatrixOfUnsignedInteger16(unsigned short values[], int nbRow, int nbCol);
179 void* sciReturnMatrixOfInteger32(int values[], int nbRow, int nbCol);
186 void* sciReturnMatrixOfUnsignedInteger32(unsigned int values[], int nbRow, int nbCol);
/dports/devel/swig/swig-4.0.2/Examples/scilab/matrix2/
H A Dexample.c8 double sumDoubleMatrix(double *inputMatrix, int nbRow, int nbCol) in sumDoubleMatrix() argument
12 for (i=0; i<nbRow*nbCol; i++) in sumDoubleMatrix()
19 void squareDoubleMatrix(double *inputMatrix, int nbRow, int nbCol, double** resultMatrix, int* nbRo… in squareDoubleMatrix() argument
22 int size = nbRow * nbCol; in squareDoubleMatrix()
23 *nbRowRes = nbRow; in squareDoubleMatrix()
48 int sumIntegerMatrix(int *inputMatrix, int nbRow, int nbCol) in sumIntegerMatrix() argument
52 for (i=0; i<nbRow*nbCol; i++) in sumIntegerMatrix()
59 void squareIntegerMatrix(int *inputMatrix, int nbRow, int nbCol, int** resultMatrix, int* nbRowRes,… in squareIntegerMatrix() argument
62 int size = nbRow * nbCol; in squareIntegerMatrix()
63 *nbRowRes = nbRow; in squareIntegerMatrix()

12345678910>>...12