scmatrix.hxx (38d50f7b) | scmatrix.hxx (245212b4) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 412 unchanged lines hidden (view full) --- 421 void CompareNotEqual(); 422 void CompareLess(); 423 void CompareGreater(); 424 void CompareLessEqual(); 425 void CompareGreaterEqual(); 426 427 double And(); // logical AND of all matrix values, or NAN 428 double Or(); // logical OR of all matrix values, or NAN | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 412 unchanged lines hidden (view full) --- 421 void CompareNotEqual(); 422 void CompareLess(); 423 void CompareGreater(); 424 void CompareLessEqual(); 425 void CompareGreaterEqual(); 426 427 double And(); // logical AND of all matrix values, or NAN 428 double Or(); // logical OR of all matrix values, or NAN |
429 double Xor(); // logical XOR of all matrix values, or NAN |
|
429 430 // All other matrix functions MatMult, MInv, ... are in ScInterpreter 431 // to be numerically safe. 432}; 433 434 435typedef formula::SimpleIntrusiveReference< class ScMatrix > ScMatrixRef; 436typedef formula::SimpleIntrusiveReference< const class ScMatrix > ScConstMatrixRef; 437 438 439#endif // SC_MATRIX_HXX | 430 431 // All other matrix functions MatMult, MInv, ... are in ScInterpreter 432 // to be numerically safe. 433}; 434 435 436typedef formula::SimpleIntrusiveReference< class ScMatrix > ScMatrixRef; 437typedef formula::SimpleIntrusiveReference< const class ScMatrix > ScConstMatrixRef; 438 439 440#endif // SC_MATRIX_HXX |